home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / dir / managers.lha / Managers / Dir / dir.user < prev    next >
Text File  |  1997-01-15  |  1KB  |  72 lines

  1. G4C
  2.  
  3. ; USER GUI
  4.  
  5. ; This is a gui you can use to attach all the guis you make, or
  6. ; use it as a program launcher, or as what ever...
  7.  
  8. ; The file is dir/dir.user
  9.  
  10. ; Change it by attaching commands to the various buttons defined
  11. ; below..
  12.  
  13.  
  14. ; ============================= Global commands (leave them alone)
  15.  
  16. WinBig 0 0 160 105 ""
  17. WinType 00001000
  18. winonwin Dir.g3 0 0 
  19.  
  20. xOnRMB 
  21. guiclose Dir.user
  22.  
  23. xOnInactive
  24. guiclose Dir.user
  25.  
  26. xOnLoad
  27. guiopen dir.user
  28.  
  29. xOnReload
  30. guiopen dir.user
  31.  
  32.  
  33. ;================================ buttons (left bank) - Change them!
  34.  
  35. xbutton 0  0 80 15 "<<"     ; takes you back to the previous gui
  36. guiopen dir.g3
  37. guiclose dir.user
  38.  
  39.  
  40. xbutton 0 15 80 15 ""
  41.  
  42. xbutton 0 30 80 15 This
  43.  
  44. xbutton 0 45 80 15 space
  45.  
  46. xbutton 0 60 80 15 for
  47.  
  48. xbutton 0 75 80 15 rent!
  49.  
  50. xbutton 0 90 80 15 ""
  51.  
  52. ; ------------------ Buttons right bank
  53.  
  54. xbutton 80  0 80 15 Click
  55.  
  56. xbutton 80 15 80 15 HERE!
  57. ; this will load & display this file - delete these lines when you expand.
  58. FILENAME = :dir.user
  59. guiload :dir.read
  60.  
  61.  
  62. xbutton 80 30 80 15 ""
  63.  
  64. xbutton 80 45 80 15 ""
  65.  
  66. xbutton 80 60 80 15 ""
  67.  
  68. xbutton 80 75 80 15 ""
  69.  
  70. xbutton 80 90 80 15 ""
  71.  
  72.